projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdaa06
)
(create_process): Test TIOCSETD along with NTTYDISC.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Apr 1994 07:26:19 +0000
(07:26 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 16 Apr 1994 07:26:19 +0000
(07:26 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index cae87bfcf1e87715deb20c04457317431cb4ba53..8ff0a038638e89510c804a596be1bcfd7e3f6633 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-1290,7
+1290,7
@@
create_process (process, new_argv, current_dir)
setpgrp ();
#endif /* USG */
#endif /* not HAVE_SETSID */
-#if
def NTTYDISC
+#if
defined (NTTYDISC) || defined (TIOCSETD)
if (pty_flag && xforkin >= 0)
{
/* Use new line discipline. */